#js-vue-afl-app .c-ads-container--sticky .c-leaderboard-ad {
    position: relative !important;
    margin: 10px auto 0px auto;
    text-align: center;
    transform: none;
    z-index: 3;
    display: block;
    width: 100%;
    bottom: 0;
    height: 50px;
    padding: 0;
    background-color: #fff;
    box-shadow: none;
}

#js-vue-afl-app .c-leaderboard-ad--close-btn {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2216%22%20height%3D%2…D%22M4.017%2013.126l-.87-.87%208.702-8.704.87.87z%22/%3E%3C/g%3E%3C/svg%3E);
    background-repeat: no-repeat;
    box-sizing: border-box;
    padding: 10px 0 0 10px;
    height: 16px;
    width: 16px;
    position: relative !important;
    z-index: 4;
    display: block;
    top: -60px;
    left: calc(50% + 145px);
}